projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef2c684
)
reftests: Fix typo
author
Ting-Wei Lan
<lantw@src.gnome.org>
Sun, 21 Dec 2014 06:51:00 +0000
(14:51 +0800)
committer
Ting-Wei Lan
<lantw@src.gnome.org>
Mon, 22 Dec 2014 03:14:17 +0000
(11:14 +0800)
It causes build failure on MinGW.
https://bugzilla.gnome.org/show_bug.cgi?id=741827
testsuite/reftests/Makefile.am
patch
|
blob
|
history
diff --git
a/testsuite/reftests/Makefile.am
b/testsuite/reftests/Makefile.am
index 7479dae2ce93c97984f0b75c94d08c3acc02175e..b4b2bc89f76d21d4a62e2350c3a69ecbb79eb570 100644
(file)
--- a/
testsuite/reftests/Makefile.am
+++ b/
testsuite/reftests/Makefile.am
@@
-42,7
+42,7
@@
noinst_LTLIBRARIES = \
endif
libgtkreftestprivate_la_CFLAGS = $(gtk_reftest_CFLAGS)
-libgtkreftestprivate_la_LDLAGS = $(no_undefined)
+libgtkreftestprivate_la_LD
F
LAGS = $(no_undefined)
libgtkreftestprivate_la_LIBADD = \
$(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/libgtk-3.la \